SQLFetch (odbc32)
Last changed: -201.0.182.247

.
Summary
Returns a result row.

C# Signature:

  [DllImport("odbc32.dll")]
  static extern short SQLFetch(IntPtr StatementHandle);

VB Signature:

TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

See SQLGetData example.

Documentation
SQLFetch on MSDN